From 37b38583e7e5900eb4c5a5998ee0c46be96c93df Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:21:29 +0530 Subject: [PATCH] {ContainerInstance} fixes Azure/azure-rest-api-specs#19195 fixes Azure/azure-rest-api-specs#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 --- .../stable/2021-10-01/containerInstance.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json index c38c0a7c94ea..ffc4db7ab3a7 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json @@ -1476,8 +1476,7 @@ } }, "required": [ - "server", - "username" + "server" ] }, "ContainerGroupDiagnostics": {