Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search SDK: Adding external doc URLs for operations #8

Merged
merged 1 commit into from
Aug 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions arm-search/2015-02-28/swagger/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"swagger": "2.0",
"info": {
"title": "SearchManagementClient",
"description": "Client that can be used to manage Azure Search services and API keys.",
"version": "2015-02-28"
},
"host": "management.azure.com",
Expand All @@ -24,6 +25,9 @@
],
"operationId": "AdminKeys_List",
"description": "Returns the primary and secondary API keys for the given Azure Search service.",
"externalDocs": {
"url": "https://msdn.microsoft.com/library/azure/dn832685.aspx"
},
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -63,6 +67,9 @@
],
"operationId": "QueryKeys_List",
"description": "Returns the list of query API keys for the given Azure Search service.",
"externalDocs": {
"url": "https://msdn.microsoft.com/library/azure/dn832701.aspx"
},
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -102,6 +109,9 @@
],
"operationId": "Services_CreateOrUpdate",
"description": "Creates or updates a Search service in the given resource group. If the Search service already exists, all properties will be updated with the given values.",
"externalDocs": {
"url": "https://msdn.microsoft.com/library/azure/dn832687.aspx"
},
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -154,6 +164,9 @@
],
"operationId": "Services_Delete",
"description": "Deletes a Search service in the given resource group, along with its associated resources.",
"externalDocs": {
"url": "https://msdn.microsoft.com/library/azure/dn832692.aspx"
},
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -196,6 +209,9 @@
],
"operationId": "Services_List",
"description": "Returns a list of all Search services in the given resource group.",
"externalDocs": {
"url": "https://msdn.microsoft.com/library/azure/dn832688.aspx"
},
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -364,6 +380,9 @@
"SearchServiceResource": {
"properties": {
"name": {
"externalDocs": {
"url": "https://msdn.microsoft.com/library/azure/dn857353.aspx"
},
"type": "string",
"description": "Gets or sets the name of the Search service."
},
Expand Down