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 set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."
144
+
}
145
+
},
146
+
"required": [
147
+
"type"
148
+
],
149
+
"description": "Managed service identity (system assigned and/or user assigned identities)"
150
+
},
151
+
"MediaServicesForPutRequest": {
152
+
"type": "object",
153
+
"properties": {
154
+
"resourceId": {
155
+
"type": "string",
156
+
"description": "The media services resource id"
157
+
},
158
+
"userAssignedIdentity": {
159
+
"type": "string",
160
+
"description": "The user assigned identity to be used to grant permissions"
0 commit comments