Skip to content

Commit bf82b74

Browse files
authored
{ContainerInstance} fixes #19195 (#19532)
fixes #19195 The below articles talks about the username field should not be required if identity is present. https://docs.microsoft.com/en-us/azure/container-instances/using-azure-container-registry-mi#deploy-using-an-azure-resource-manager-arm-template
1 parent 61e9487 commit bf82b74

File tree

1 file changed

+1
-2
lines changed
  • specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01

1 file changed

+1
-2
lines changed

specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,8 +1477,7 @@
14771477
}
14781478
},
14791479
"required": [
1480-
"server",
1481-
"username"
1480+
"server"
14821481
]
14831482
},
14841483
"ContainerGroupDiagnostics": {

0 commit comments

Comments
 (0)