Skip to content

Commit 64ab3c3

Browse files
author
SDKAuto
committed
CodeGen from PR 19508 in Azure/azure-rest-api-specs
Merge c9d2950249f9b37b72832476aa7b93bab5bee88b into c2d2b523575031790b8672640ea762bdf9ad4964
1 parent 4617f1d commit 64ab3c3

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

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

Lines changed: 14 additions & 15 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
},
@@ -944,11 +939,7 @@
944939
"IpAddress": {
945940
"type": "object",
946941
"properties": {
947-
"dnsNameLabel": {
948-
"type": "string",
949-
"description": "The Dns name label for the IP."
950-
},
951-
"dnsNameLabelReusePolicy": {
942+
"autoGeneratedDomainNameLabelScope": {
952943
"oneOf": [
953944
{
954945
"type": "string",
@@ -966,6 +957,10 @@
966957
],
967958
"description": "The value representing the security enum."
968959
},
960+
"dnsNameLabel": {
961+
"type": "string",
962+
"description": "The Dns name label for the IP."
963+
},
969964
"ip": {
970965
"type": "string",
971966
"description": "The IP exposed to the public internet."
@@ -1206,6 +1201,10 @@
12061201
],
12071202
"description": "The resource requirements."
12081203
},
1204+
"UserAssignedIdentities": {
1205+
"type": "object",
1206+
"properties": {}
1207+
},
12091208
"Volume": {
12101209
"type": "object",
12111210
"properties": {

0 commit comments

Comments
 (0)