Skip to content

Commit 472ed65

Browse files
authored
Fixed breaking change due to order (#15371)
1 parent 552b277 commit 472ed65

File tree

1 file changed

+5
-5
lines changed
  • specification/batch/data-plane/Microsoft.Batch/stable/2021-06-01.14.0

1 file changed

+5
-5
lines changed

specification/batch/data-plane/Microsoft.Batch/stable/2021-06-01.14.0/BatchService.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13939,11 +13939,6 @@
1393913939
"ContainerRegistry": {
1394013940
"type": "object",
1394113941
"properties": {
13942-
"registryServer": {
13943-
"type": "string",
13944-
"title": "The registry URL.",
13945-
"description": "If omitted, the default is \"docker.io\"."
13946-
},
1394713942
"username": {
1394813943
"type": "string",
1394913944
"x-ms-client-name": "userName",
@@ -13953,6 +13948,11 @@
1395313948
"type": "string",
1395413949
"title": "The password to log into the registry server."
1395513950
},
13951+
"registryServer": {
13952+
"type": "string",
13953+
"title": "The registry URL.",
13954+
"description": "If omitted, the default is \"docker.io\"."
13955+
},
1395613956
"identityReference": {
1395713957
"title": "The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.",
1395813958
"$ref": "#/definitions/ComputeNodeIdentityReference"

0 commit comments

Comments
 (0)