From e99213f09dee8c5d5ab1d33e5190e6a4845966cb Mon Sep 17 00:00:00 2001 From: Bruce Johnston Date: Tue, 4 Aug 2015 19:37:42 -0700 Subject: [PATCH] Search SDK: Adding external doc URLs for operations It is often useful to refer to the REST API docs that correspond to a given client operation, so I added links. --- arm-search/2015-02-28/swagger/search.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/arm-search/2015-02-28/swagger/search.json b/arm-search/2015-02-28/swagger/search.json index bdccf5036b67..15b1291b881e 100644 --- a/arm-search/2015-02-28/swagger/search.json +++ b/arm-search/2015-02-28/swagger/search.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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." },