You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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}'."
280
280
}
281
281
},
282
282
"required": [
283
283
"type"
284
284
],
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."
"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."
"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."
538
538
}
539
539
},
540
540
"description": "Properties of the search service."
@@ -703,7 +703,7 @@
703
703
"UserAssignedManagedIdentity": {
704
704
"type": "object",
705
705
"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."
0 commit comments