Skip to content

Commit d068a1c

Browse files
author
msftbot[bot]
authored
[ReleasePR search] [Azure Cognitive Search] Fix typos and add some descriptins (#1783)
Create to sync Azure/azure-rest-api-specs#14903 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/master...AzureSDKAutomation:sdkAuto/search?expand=1)
2 parents c9b469e + 5ddbde0 commit d068a1c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

schemas/2021-04-01-preview/Microsoft.Search.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2323
}
2424
],
25-
"description": "Identity for the resource."
25+
"description": "Details about the search service identity. A null value indicates that the search service has no identity assigned."
2626
},
2727
"location": {
2828
"type": "string",
@@ -197,7 +197,7 @@
197197
"description": "Describes what response the data plane API of a Search service would send for requests that failed authentication."
198198
}
199199
},
200-
"description": "Indicates that either the API key or an access token from AAD can be used for authentication."
200+
"description": "Indicates that either the API key or an access token from Azure Active Directory can be used for authentication."
201201
},
202202
"DataPlaneAuthOptions": {
203203
"type": "object",
@@ -211,7 +211,7 @@
211211
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
212212
}
213213
],
214-
"description": "Indicates that either the API key or an access token from AAD can be used for authentication."
214+
"description": "Indicates that either the API key or an access token from Azure Active Directory can be used for authentication."
215215
},
216216
"apiKeyOnly": {
217217
"type": "object",
@@ -276,13 +276,13 @@
276276
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
277277
}
278278
],
279-
"description": "The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
279+
"description": "The list of user identities associated with the search service. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
280280
}
281281
},
282282
"required": [
283283
"type"
284284
],
285-
"description": "Identity for the resource."
285+
"description": "Details about the search service identity. A null value indicates that the search service has no identity assigned."
286286
},
287287
"IpRule": {
288288
"type": "object",
@@ -427,7 +427,7 @@
427427
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
428428
}
429429
],
430-
"description": "A list of data exfiltration scenarios that are explicitly disallowed for the search service."
430+
"description": "A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future."
431431
},
432432
"disableLocalAuth": {
433433
"oneOf": [
@@ -534,7 +534,7 @@
534534
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
535535
}
536536
],
537-
"description": "Defines the SKU type for the semantic search feature enabled for the search service."
537+
"description": "Sets options that control the availability of semantic search. This configuration is only possible for certain Azure Cognitive Search SKUs in certain locations."
538538
}
539539
},
540540
"description": "Properties of the search service."
@@ -703,7 +703,7 @@
703703
"UserAssignedManagedIdentity": {
704704
"type": "object",
705705
"properties": {},
706-
"description": "The details of the user assigned managed identity used by the Video Analyzer resource."
706+
"description": "The details of the user assigned managed identity assigned to the search service."
707707
}
708708
}
709709
}

0 commit comments

Comments
 (0)