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 container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
220
+
"description": "The list of user identities associated with the container group."
225
221
}
226
222
},
227
223
"description": "Identity for the container group."
228
224
},
229
-
"ContainerGroupProperties": {
225
+
"ContainerGroupPropertiesProperties": {
230
226
"type": "object",
231
227
"properties": {
232
228
"containers": {
@@ -859,8 +855,7 @@
859
855
}
860
856
},
861
857
"required": [
862
-
"server",
863
-
"username"
858
+
"server"
864
859
],
865
860
"description": "Image registry credential."
866
861
},
@@ -1188,6 +1183,11 @@
1188
1183
],
1189
1184
"description": "The resource requirements."
1190
1185
},
1186
+
"UserAssignedIdentities": {
1187
+
"type": "object",
1188
+
"properties": {},
1189
+
"description": "The list of user identities associated with the container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
0 commit comments