Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions schemas/2021-10-01/Microsoft.ContainerInstance.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"properties": {
"oneOf": [
{
"$ref": "#/definitions/ContainerGroupProperties"
"$ref": "#/definitions/ContainerGroupPropertiesProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -122,10 +122,6 @@
],
"description": "The properties of the Azure File volume. Azure File shares are mounted as volumes."
},
"Components10wh5udschemascontainergroupidentitypropertiesuserassignedidentitiesadditionalproperties": {
"type": "object",
"properties": {}
},
"Container": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -213,20 +209,20 @@
{
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/Components10wh5udschemascontainergroupidentitypropertiesuserassignedidentitiesadditionalproperties"
"$ref": "#/definitions/UserAssignedIdentities"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"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}'."
"description": "The list of user identities associated with the container group."
}
},
"description": "Identity for the container group."
},
"ContainerGroupProperties": {
"ContainerGroupPropertiesProperties": {
"type": "object",
"properties": {
"containers": {
Expand Down Expand Up @@ -943,11 +939,7 @@
"IpAddress": {
"type": "object",
"properties": {
"dnsNameLabel": {
"type": "string",
"description": "The Dns name label for the IP."
},
"dnsNameLabelReusePolicy": {
"autoGeneratedDomainNameLabelScope": {
"oneOf": [
{
"type": "string",
Expand All @@ -965,6 +957,10 @@
],
"description": "The value representing the security enum."
},
"dnsNameLabel": {
"type": "string",
"description": "The Dns name label for the IP."
},
"ip": {
"type": "string",
"description": "The IP exposed to the public internet."
Expand Down Expand Up @@ -1205,6 +1201,11 @@
],
"description": "The resource requirements."
},
"UserAssignedIdentities": {
"type": "object",
"properties": {},
"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}'."
},
"Volume": {
"type": "object",
"properties": {
Expand Down