Skip to content

Commit

Permalink
Merge pull request Azure#156 from stankovski/master
Browse files Browse the repository at this point in the history
Updated storage spec with "x-ms-client-flatten" extension
  • Loading branch information
jianghaolu committed Mar 1, 2016
2 parents e9ac7be + 55bfa70 commit e234973
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arm-storage/2015-06-15/swagger/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@
"description": "Resource tags"
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/StorageAccountPropertiesCreateParameters"
}
},
Expand Down Expand Up @@ -626,6 +627,7 @@
"StorageAccount": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/StorageAccountProperties"
}
},
Expand Down Expand Up @@ -694,6 +696,7 @@
"description": "Resource tags"
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/StorageAccountPropertiesUpdateParameters"
}
},
Expand Down

0 comments on commit e234973

Please sign in to comment.