diff --git a/services/web/mgmt/2018-02-01/web/models.go b/services/web/mgmt/2018-02-01/web/models.go index 2ccfd034583a..10e91bc9d636 100644 --- a/services/web/mgmt/2018-02-01/web/models.go +++ b/services/web/mgmt/2018-02-01/web/models.go @@ -7528,6 +7528,8 @@ type DeletedSiteProperties struct { Slot *string `json:"slot,omitempty"` // Kind - Kind of site that was deleted Kind *string `json:"kind,omitempty"` + // GeoRegionName - Geo Region of the deleted site + GeoRegionName *string `json:"geoRegionName,omitempty"` } // DeletedWebAppCollection collection of deleted apps.