From 1c74ce916bab7f219025c02a109e584cfb12ad3b Mon Sep 17 00:00:00 2001 From: guy-microsoft <50947884+guy-microsoft@users.noreply.github.com> Date: Mon, 9 Aug 2021 05:22:35 +0300 Subject: [PATCH] Add optional location property to patch body. (#15408) --- .../Microsoft.HealthBot/stable/2021-06-10/healthbot.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/specification/healthbot/resource-manager/Microsoft.HealthBot/stable/2021-06-10/healthbot.json b/specification/healthbot/resource-manager/Microsoft.HealthBot/stable/2021-06-10/healthbot.json index 3e9b3d2f3283..e1fd3bf872eb 100644 --- a/specification/healthbot/resource-manager/Microsoft.HealthBot/stable/2021-06-10/healthbot.json +++ b/specification/healthbot/resource-manager/Microsoft.HealthBot/stable/2021-06-10/healthbot.json @@ -544,6 +544,13 @@ "identity": { "$ref": "#/definitions/Identity", "description": "The identity of the Azure Health Bot." + }, + "location": { + "type": "string", + "x-ms-mutability": [ + "create", + "read" + ] } } },