Skip to content

Commit 45b2b39

Browse files
author
msftbot[bot]
authored
[ReleasePR containerinstance] S360 Fixes: Dev containerinstance microsoft.container instance 2021 09 01 (#2540)
Create to sync Azure/azure-rest-api-specs#20199 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/containerinstance?expand=1)
2 parents ed72c3c + 1d8d4a8 commit 45b2b39

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

schemas/2021-09-01/Microsoft.ContainerInstance.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"properties": {
3636
"oneOf": [
3737
{
38-
"$ref": "#/definitions/ContainerGroupProperties"
38+
"$ref": "#/definitions/ContainerGroupPropertiesProperties"
3939
},
4040
{
4141
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -122,10 +122,6 @@
122122
],
123123
"description": "The properties of the Azure File volume. Azure File shares are mounted as volumes."
124124
},
125-
"Components10wh5udschemascontainergroupidentitypropertiesuserassignedidentitiesadditionalproperties": {
126-
"type": "object",
127-
"properties": {}
128-
},
129125
"Container": {
130126
"type": "object",
131127
"properties": {
@@ -213,20 +209,20 @@
213209
{
214210
"type": "object",
215211
"additionalProperties": {
216-
"$ref": "#/definitions/Components10wh5udschemascontainergroupidentitypropertiesuserassignedidentitiesadditionalproperties"
212+
"$ref": "#/definitions/UserAssignedIdentities"
217213
},
218214
"properties": {}
219215
},
220216
{
221217
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
222218
}
223219
],
224-
"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."
225221
}
226222
},
227223
"description": "Identity for the container group."
228224
},
229-
"ContainerGroupProperties": {
225+
"ContainerGroupPropertiesProperties": {
230226
"type": "object",
231227
"properties": {
232228
"containers": {
@@ -859,8 +855,7 @@
859855
}
860856
},
861857
"required": [
862-
"server",
863-
"username"
858+
"server"
864859
],
865860
"description": "Image registry credential."
866861
},
@@ -1188,6 +1183,11 @@
11881183
],
11891184
"description": "The resource requirements."
11901185
},
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}'."
1190+
},
11911191
"Volume": {
11921192
"type": "object",
11931193
"properties": {

0 commit comments

Comments
 (0)