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 19727 in Azure/azure-rest-api-specs
Added First stable version for vi (#19727)
* Added first stable version - copied preview version 2022-04-13 into the stable folder
* Updated stable version to 2022-08-01
* Removed readme.terraform.md
"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