Skip to content

Commit

Permalink
Only auto storage will be accepted by batch account update.
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwu1 committed Mar 6, 2017
1 parent 63df6aa commit 8461020
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion arm-batch/2017-01-01/swagger/BatchManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,15 @@
},
"description": "The properties of a Batch account."
},
"BatchAccountUpdateBaseProperties": {
"properties": {
"autoStorage": {
"$ref": "#/definitions/AutoStorageBaseProperties",
"description": "The properties related to auto storage account."
}
},
"description": "The properties for a Batch account update."
},
"BatchAccountCreateParameters": {
"properties": {
"location": {
Expand Down Expand Up @@ -1272,7 +1281,7 @@
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/BatchAccountBaseProperties",
"$ref": "#/definitions/BatchAccountUpdateBaseProperties",
"description": "The properties of the account."
}
},
Expand Down

0 comments on commit 8461020

Please sign in to comment.