diff --git a/specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchindex.json b/specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchindex.json index 3589e68beff5..5fca23532f7f 100644 --- a/specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchindex.json +++ b/specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchindex.json @@ -1141,7 +1141,7 @@ "type": "number", "format": "double", "readOnly": true, - "description": "The score value represents how relevant the answer is to the the query relative to other answers returned for the query." + "description": "The score value represents how relevant the answer is to the query relative to other answers returned for the query." }, "key": { "type": "string", diff --git a/specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchservice.json b/specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchservice.json index c1ab702d4d09..b38717c00679 100644 --- a/specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchservice.json +++ b/specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchservice.json @@ -8572,6 +8572,7 @@ "description": "A dictionary of http request headers." }, "AmlSkill": { + "x-ms-client-name": "AzureMachineLearningSkill", "x-ms-discriminator-value": "#Microsoft.Skills.Custom.AmlSkill", "allOf": [ { @@ -8580,11 +8581,13 @@ ], "properties": { "uri": { + "x-ms-client-name": "ScoringUri", "type": "string", "x-nullable": true, "description": "(Required for no authentication or key authentication) The scoring URI of the AML service to which the JSON payload will be sent. Only the https URI scheme is allowed." }, "key": { + "x-ms-client-name": "AuthenticationKey", "type": "string", "x-nullable": true, "description": "(Required for key authentication) The key for the AML service."