From 70386a1ce48d32afac421e0c3470232584135fd9 Mon Sep 17 00:00:00 2001 From: Guy Epshtein Date: Wed, 28 Jul 2021 15:14:39 +0300 Subject: [PATCH] Add optional location property to patch body. --- .../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" + ] } } },