Skip to content

Commit

Permalink
CodeGen from PR 19532 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
{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
  • Loading branch information
SDKAuto committed Jun 23, 2022
1 parent ba178f1 commit 478c54f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schemas/2021-10-01/Microsoft.ContainerInstance.json
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,7 @@
}
},
"required": [
"server",
"username"
"server"
],
"description": "Image registry credential."
},
Expand Down

0 comments on commit 478c54f

Please sign in to comment.