Skip to content

Commit

Permalink
Update GraphQuery location property readOnly=false (#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 Jun 4, 2020
1 parent 7a2c7d7 commit e521d49
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 e521d49

Please sign in to comment.