Skip to content

Commit

Permalink
Add optional location property to patch body. (#15408)
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-microsoft committed Aug 9, 2021
1 parent 7384176 commit 1c74ce9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,13 @@
"identity": {
"$ref": "#/definitions/Identity",
"description": "The identity of the Azure Health Bot."
},
"location": {
"type": "string",
"x-ms-mutability": [
"create",
"read"
]
}
}
},
Expand Down

0 comments on commit 1c74ce9

Please sign in to comment.