Skip to content

Commit

Permalink
Fixed breaking change due to order (#15371)
Browse files Browse the repository at this point in the history
  • Loading branch information
paterasMSFT authored Jul 27, 2021
1 parent 552b277 commit 472ed65
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13939,11 +13939,6 @@
"ContainerRegistry": {
"type": "object",
"properties": {
"registryServer": {
"type": "string",
"title": "The registry URL.",
"description": "If omitted, the default is \"docker.io\"."
},
"username": {
"type": "string",
"x-ms-client-name": "userName",
Expand All @@ -13953,6 +13948,11 @@
"type": "string",
"title": "The password to log into the registry server."
},
"registryServer": {
"type": "string",
"title": "The registry URL.",
"description": "If omitted, the default is \"docker.io\"."
},
"identityReference": {
"title": "The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.",
"$ref": "#/definitions/ComputeNodeIdentityReference"
Expand Down

0 comments on commit 472ed65

Please sign in to comment.