Skip to content

Commit

Permalink
Make location property on Resource schema a required property
Browse files Browse the repository at this point in the history
  • Loading branch information
x10shun committed Sep 4, 2015
1 parent 1dccc13 commit 5d9e5e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arm-web/2015-08-01/swagger/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -17526,6 +17526,9 @@
}
},
"Resource": {
"required": [
"location"
],
"properties": {
"id": {
"description": "Resource Id",
Expand Down

0 comments on commit 5d9e5e3

Please sign in to comment.