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
CodeGen from PR 16439 in Azure/azure-rest-api-specs
First time adding VideoIndexer to public repo (#16439)
* First time adding VideoIndexer to public repo
* Fix spelling
* Fix more spelling
* remove preview only api for now
"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."
142
+
}
143
+
},
144
+
"required": [
145
+
"type"
146
+
],
147
+
"description": "Managed service identity (system assigned and/or user assigned identities)"
148
+
},
149
+
"MediaServicesForPutRequest": {
150
+
"type": "object",
151
+
"properties": {
152
+
"resourceId": {
153
+
"type": "string",
154
+
"description": "The media services resource id"
155
+
},
156
+
"userAssignedIdentity": {
157
+
"type": "string",
158
+
"description": "The user assigned identity to be used to grant permissions"
0 commit comments