From 900b6c8ae4554a88ce344bd2fd77e81b39426d75 Mon Sep 17 00:00:00 2001 From: Navy Aziz Date: Mon, 12 Nov 2018 19:49:46 -0800 Subject: [PATCH] Add GeoRegion property to DeletedSite model --- .../Microsoft.Web/stable/2018-02-01/CommonDefinitions.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json index 1502bbb8f0c9..f69696c75dae 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json @@ -909,6 +909,11 @@ "description": "Kind of site that was deleted", "type": "string", "readOnly": true + }, + "geoRegionName": { + "description": "Geo Region of the deleted site", + "type": "string", + "readOnly": true } }, "x-ms-client-flatten": true