From bb4763652cebe1962cc6c1922010af3f875b11fe Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 4 Dec 2018 02:24:36 -0500 Subject: [PATCH] typo: search/data-plane/Microsoft.Azure.Search.Data - Autocomlete -> Autocomplete - Trim trailing space --- .../2017-11-11-preview/searchindex.json | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/searchindex.json b/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/searchindex.json index 1e02154dbd01..a1792858a7a3 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/searchindex.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2017-11-11-preview/searchindex.json @@ -4,10 +4,10 @@ "title": "SearchIndexClient", "description": "Client that can be used to query an Azure Search index and upload, merge, or delete documents.", "version": "2017-11-11-Preview", - "x-ms-code-generation-settings": { + "x-ms-code-generation-settings": { "useDateTimeOffset": true, - "syncMethods": "None" - } + "syncMethods": "None" + } }, "x-ms-parameterized-host": { "hostTemplate": "https://{searchServiceName}.{searchDnsSuffix}/indexes('{indexName}')", @@ -105,7 +105,7 @@ "twoTerms", "oneTermWithContext" ], - "x-ms-enum": { + "x-ms-enum": { "name": "AutocompleteMode", "modelAsString": false }, @@ -193,15 +193,15 @@ "operationId": "DocumentsProxy_AutocompletePost", "x-ms-examples": { "SearchIndexPostAutocomplete": { "$ref": "./examples/SearchIndexPostAutocomplete.json" } - }, - "description": "Autocompletes incomplete query terms based on input text and matching terms in the Azure Search index.", + }, + "description": "Autocompletes incomplete query terms based on input text and matching terms in the Azure Search index.", "parameters": [ { "$ref": "#/parameters/ClientRequestIdParameter" }, { "$ref": "#/parameters/ApiVersionParameter" - }, + }, { "name": "AutocompleteRequest", "in": "body", @@ -224,7 +224,6 @@ } } } - } }, "definitions": { @@ -460,7 +459,7 @@ } }, "description": "Parameters for filtering, sorting, fuzzy matching, and other suggestions query behaviors." - }, + }, "AutocompleteRequest": { "properties": { "search": { @@ -505,7 +504,7 @@ } }, "description": "Parameters for fuzzy matching, and other autocomplete query behaviors." - }, + }, "AutocompleteResult" : { "properties": { "value": { @@ -518,7 +517,7 @@ "x-ms-client-name": "Results" } }, - "description": "The result of Autocomlete query." + "description": "The result of Autocomplete query." }, "AutocompleteItem": { "properties": {