Skip to content

Commit 478c54f

Browse files
author
SDKAuto
committed
CodeGen from PR 19532 in Azure/azure-rest-api-specs
{ContainerInstance} fixes Azure/azure-rest-api-specs#19195 (#19532) 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
1 parent ba178f1 commit 478c54f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,7 @@
859859
}
860860
},
861861
"required": [
862-
"server",
863-
"username"
862+
"server"
864863
],
865864
"description": "Image registry credential."
866865
},

0 commit comments

Comments
 (0)