Skip to content

Commit

Permalink
Add GeoRegion property to DeletedSite model (#4448)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedaz authored and dsgouda committed Nov 13, 2018
1 parent 2ea3e9e commit a079367
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a079367

Please sign in to comment.