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."
286
286
},
287
287
"IpRule": {
288
288
"type": "object",
@@ -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