updating publisher names and readme updates

This commit is contained in:
Derek Legenzoff 2020-08-27 10:16:06 -07:00
Родитель f1867dcee8
Коммит c2f5c14597
3 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -2,18 +2,18 @@
[![Build Status](https://delegenz.visualstudio.com/vs-code-pipelines/_apis/build/status/dereklegenzoff.vscode-azuresearch?branchName=master)](https://delegenz.visualstudio.com/vs-code-pipelines/_build/latest?definitionId=5&branchName=master)
[Azure Cognitive Search](https://docs.microsoft.com/en-us/azure/search/search-what-is-azure-search) (formerly known as "Azure Search") is a search-as-a-service cloud solution that gives developers APIs and tools for adding a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications.
[Azure Cognitive Search](https://docs.microsoft.com/en-us/azure/search/search-what-is-azure-search) is a search-as-a-service cloud solution that gives developers APIs and tools for adding a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications.
This VS Code extension makes it easy to manage your search service, create and update indexes and other components, add documents, send queries, and more.
This VS Code extension makes it easy to manage your search service, create and update indexes and other components, add documents, send queries, and more. Creating and editing components is done through the Rest API and the extension provides rich intellisense for API requests to make it easy to get up and running.
## Features
* Browse Azure Cognitive Search services
* Inspect service details including replicas, partitions, etc.
* List indexes in each service
* Create new indexes
![Create index demo](resources/create-index.gif)
* Add or update documents
* Browse all of your Azure Cognitive Search services
* Create new indexes, indexers, data sources, skillsets and synonym maps
![Create index demo](resources/create-index.gif)
* Edit or delete indexes, indexers, data sources, skillsets and synonym maps
* Add or update documents in the search index
* Query your search services
## Contributing

Двоичные данные
media/AzureSearch.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 44 KiB

После

Ширина:  |  Высота:  |  Размер: 44 KiB

Просмотреть файл

@ -3,7 +3,7 @@
"displayName": "Azure Cognitive Search",
"description": "Manage your Azure Cognitive Search services, create indexes, add documents, search, and more.",
"version": "0.0.3",
"publisher": "Microsoft",
"publisher": "ms-azuretools",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {