Skip to content

Commit 932e261

Browse files
[Search] Specify some renames for Aml skill in the client SDKs (Azure#17541)
* Specify some renames for the client SDKs * Fix typo in a description
1 parent 31e3d74 commit 932e261

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchindex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@
11411141
"type": "number",
11421142
"format": "double",
11431143
"readOnly": true,
1144-
"description": "The score value represents how relevant the answer is to the the query relative to other answers returned for the query."
1144+
"description": "The score value represents how relevant the answer is to the query relative to other answers returned for the query."
11451145
},
11461146
"key": {
11471147
"type": "string",

specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchservice.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8572,6 +8572,7 @@
85728572
"description": "A dictionary of http request headers."
85738573
},
85748574
"AmlSkill": {
8575+
"x-ms-client-name": "AzureMachineLearningSkill",
85758576
"x-ms-discriminator-value": "#Microsoft.Skills.Custom.AmlSkill",
85768577
"allOf": [
85778578
{
@@ -8580,11 +8581,13 @@
85808581
],
85818582
"properties": {
85828583
"uri": {
8584+
"x-ms-client-name": "ScoringUri",
85838585
"type": "string",
85848586
"x-nullable": true,
85858587
"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."
85868588
},
85878589
"key": {
8590+
"x-ms-client-name": "AuthenticationKey",
85888591
"type": "string",
85898592
"x-nullable": true,
85908593
"description": "(Required for key authentication) The key for the AML service."

0 commit comments

Comments
 (0)