Skip to content

Commit

Permalink
Merge pull request Azure#1000 from xingwu1/master
Browse files Browse the repository at this point in the history
Fix issue Azure#999: Only auto storage will be accepted by batch account update.
  • Loading branch information
markcowl authored Mar 7, 2017
2 parents 63df6aa + 8461020 commit 4a42ab5
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 4a42ab5

Please sign in to comment.