Skip to content

Commit

Permalink
Update GraphQuery location property readOnly=false (Azure#9568)
Browse files Browse the repository at this point in the history
* remove location readOnly property

* set location readOnly false
  • Loading branch information
xuzhang3 authored and 00Kai0 committed Oct 12, 2020
1 parent f77fef0 commit 56d7a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
},
"location": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "The location of the resource"
},
"type": {
Expand Down

0 comments on commit 56d7a96

Please sign in to comment.