Skip to content

Commit 1a08d04

Browse files
author
msftbot[bot]
authored
[ReleasePR containerinstance] [Hub Generated] Review request for Microsoft.ContainerInstance to add version stable/2021-10-01 (#2473)
Create to sync Azure/azure-rest-api-specs#19508 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/containerinstance?expand=1)
2 parents 4c50596 + e1cb052 commit 1a08d04

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

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

Lines changed: 14 additions & 13 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": {
@@ -943,11 +939,7 @@
943939
"IpAddress": {
944940
"type": "object",
945941
"properties": {
946-
"dnsNameLabel": {
947-
"type": "string",
948-
"description": "The Dns name label for the IP."
949-
},
950-
"dnsNameLabelReusePolicy": {
942+
"autoGeneratedDomainNameLabelScope": {
951943
"oneOf": [
952944
{
953945
"type": "string",
@@ -965,6 +957,10 @@
965957
],
966958
"description": "The value representing the security enum."
967959
},
960+
"dnsNameLabel": {
961+
"type": "string",
962+
"description": "The Dns name label for the IP."
963+
},
968964
"ip": {
969965
"type": "string",
970966
"description": "The IP exposed to the public internet."
@@ -1205,6 +1201,11 @@
12051201
],
12061202
"description": "The resource requirements."
12071203
},
1204+
"UserAssignedIdentities": {
1205+
"type": "object",
1206+
"properties": {},
1207+
"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}'."
1208+
},
12081209
"Volume": {
12091210
"type": "object",
12101211
"properties": {

0 commit comments

Comments
 (0)